Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4080)

Unified Diff: cc/resources/resource_update_controller_unittest.cc

Issue 126973002: Decouple cc::FakeWebGraphicsContext3D from blink::WGC3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/raster_worker_pool.cc ('k') | cc/resources/texture_mailbox_deleter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_update_controller_unittest.cc
diff --git a/cc/resources/resource_update_controller_unittest.cc b/cc/resources/resource_update_controller_unittest.cc
index 8979925caeacd5d86b9dac544d959ff8603f6f75..53bf9a2b5e9172b0753dd4d00420d516153b68a9 100644
--- a/cc/resources/resource_update_controller_unittest.cc
+++ b/cc/resources/resource_update_controller_unittest.cc
@@ -42,9 +42,9 @@ class WebGraphicsContext3DForUploadTest : public TestWebGraphicsContext3D {
GLenum format,
GLenum type,
const void* pixels) OVERRIDE;
- virtual GrGLInterface* createGrGLInterface() OVERRIDE { return NULL; }
- virtual void getQueryObjectuivEXT(GLuint id, GLenum pname, GLuint* value);
+ virtual void getQueryObjectuivEXT(GLuint id, GLenum pname, GLuint* value)
+ OVERRIDE;
private:
ResourceUpdateControllerTest* test_;
« no previous file with comments | « cc/resources/raster_worker_pool.cc ('k') | cc/resources/texture_mailbox_deleter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698