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

Unified Diff: cc/test/test_web_graphics_context_3d.h

Issue 15688002: Part 1/3 (compositor) of adding with device scale factor to transport surfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix return value Created 7 years, 7 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
Index: cc/test/test_web_graphics_context_3d.h
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
index 1e7e356fdbca8c767b75d4b9c60fab54bc45788b..57809805479e964161bac2953d567f43b6034bee 100644
--- a/cc/test/test_web_graphics_context_3d.h
+++ b/cc/test/test_web_graphics_context_3d.h
@@ -34,7 +34,8 @@ class TestWebGraphicsContext3D : public FakeWebGraphicsContext3D {
virtual int width();
virtual int height();
- virtual void reshape(int width, int height);
+ virtual void reshapeWithScaleFactor(
+ int width, int height, float scale_factor);
virtual bool isContextLost();
virtual WebKit::WGC3Denum getGraphicsResetStatusARB();

Powered by Google App Engine
This is Rietveld 408576698