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

Unified Diff: cc/layer_painter.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/layer_painter.h
diff --git a/cc/layer_painter.h b/cc/layer_painter.h
index 14424d1ad5a69e2be5bac6dd0bf2774cad3252a2..282efdc4b5272e497e838013607393af1e668f69 100644
--- a/cc/layer_painter.h
+++ b/cc/layer_painter.h
@@ -13,9 +13,9 @@ namespace cc {
class FloatRect;
class IntRect;
-class LayerPainterChromium {
+class LayerPainter {
public:
- virtual ~LayerPainterChromium() { }
+ virtual ~LayerPainter() { }
virtual void paint(SkCanvas*, const IntRect& contentRect, FloatRect& opaque) = 0;
};
« cc/active_animation.h ('K') | « cc/layer_iterator_unittest.cc ('k') | cc/layer_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698