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

Unified Diff: cc/layer_unittest.cc

Issue 11609002: cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: notry Created 8 years 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/layer_painter.h ('k') | cc/scrollbar_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_unittest.cc
diff --git a/cc/layer_unittest.cc b/cc/layer_unittest.cc
index 2a4af24076a4052dcbb786904e4293c4956d01ec..df2e7a0b9c010b83cf20fe51b585753ae1f8dd11 100644
--- a/cc/layer_unittest.cc
+++ b/cc/layer_unittest.cc
@@ -58,7 +58,7 @@ private:
class MockLayerPainter : public LayerPainter {
public:
- virtual void paint(SkCanvas*, const gfx::Rect&, gfx::RectF&) OVERRIDE { }
+ virtual void paint(SkCanvas*, gfx::Rect, gfx::RectF&) OVERRIDE { }
};
« no previous file with comments | « cc/layer_painter.h ('k') | cc/scrollbar_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698