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

Unified Diff: webkit/compositor_bindings/WebContentLayerImpl.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: webkit/compositor_bindings/WebContentLayerImpl.h
diff --git a/webkit/compositor_bindings/WebContentLayerImpl.h b/webkit/compositor_bindings/WebContentLayerImpl.h
index dc6c29102216425a347ae1ffa7d29bddc47b9cbe..7fa33386ca7a9a9a7ce6639c83e89622b718cb28 100644
--- a/webkit/compositor_bindings/WebContentLayerImpl.h
+++ b/webkit/compositor_bindings/WebContentLayerImpl.h
@@ -19,7 +19,7 @@ namespace WebKit {
class WebContentLayerClient;
class WebContentLayerImpl : public WebContentLayer,
- public cc::ContentLayerChromiumClient {
+ public cc::ContentLayerClient {
public:
explicit WebContentLayerImpl(WebContentLayerClient*);
@@ -34,7 +34,7 @@ public:
protected:
virtual ~WebContentLayerImpl();
- // ContentLayerChromiumClient implementation.
+ // ContentLayerClient implementation.
virtual void paintContents(SkCanvas*, const cc::IntRect& clip, cc::FloatRect& opaque) OVERRIDE;
scoped_ptr<WebLayerImpl> m_layer;

Powered by Google App Engine
This is Rietveld 408576698