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

Unified Diff: ui/gfx/compositor/compositor_cc.h

Issue 8526008: Remove OVERRIDES on WebKit APIs in CompositorCC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor_cc.h
diff --git a/ui/gfx/compositor/compositor_cc.h b/ui/gfx/compositor/compositor_cc.h
index 5b5afe8c31e51878ad124c5c09cac9d404b1b764..7c4e4d87d282dae87c4c82f1ebc82cc6d075e5ee 100644
--- a/ui/gfx/compositor/compositor_cc.h
+++ b/ui/gfx/compositor/compositor_cc.h
@@ -100,16 +100,16 @@ class COMPOSITOR_EXPORT CompositorCC
virtual void ReadPixels(SkBitmap* bitmap) OVERRIDE;
// WebLayerTreeViewClient implementation.
- virtual void animateAndLayout(double frameBeginTime) OVERRIDE;
+ virtual void animateAndLayout(double frameBeginTime);
virtual void applyScrollAndScale(const WebKit::WebSize& scrollDelta,
- float scaleFactor) OVERRIDE;
- virtual void applyScrollDelta(const WebKit::WebSize&) OVERRIDE;
- virtual WebKit::WebGraphicsContext3D* createContext3D() OVERRIDE;
- virtual void didRebindGraphicsContext(bool success) OVERRIDE;
- virtual void scheduleComposite() OVERRIDE;
+ float scaleFactor);
+ virtual void applyScrollDelta(const WebKit::WebSize&);
+ virtual WebKit::WebGraphicsContext3D* createContext3D();
+ virtual void didRebindGraphicsContext(bool success);
+ virtual void scheduleComposite();
// WebLayerClient implementation.
- virtual void notifyNeedsComposite() OVERRIDE;
+ virtual void notifyNeedsComposite();
private:
gfx::AcceleratedWidget widget_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698