diff options
Diffstat (limited to 'Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h')
| -rw-r--r-- | Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h b/Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h index ae27da730..268dc1da3 100644 --- a/Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h +++ b/Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h @@ -35,8 +35,6 @@ namespace WebKit { // All operations are no-ops (returning 0 if necessary). class FakeWebGraphicsContext3D : public WebGraphicsContext3D { public: - virtual bool initialize(Attributes, WebView*, bool renderDirectlyToWebView) { return false; } - virtual bool makeContextCurrent() { return true; } virtual int width() { return 0; } |
