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

Unified Diff: webkit/compositor_bindings/web_content_layer_impl.h

Issue 12481008: Remove cross-repo OVERRIDE annotations and IWYU-ify comp bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix forward decl in web_float_animation_curve_impl.h Created 7 years, 10 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/web_content_layer_impl.h
diff --git a/webkit/compositor_bindings/web_content_layer_impl.h b/webkit/compositor_bindings/web_content_layer_impl.h
index 580ec490ede881a0c0f383889cc86a7dbb5a5e59..be03f9a371714912d66f5eca1f90df76c9b62fed 100644
--- a/webkit/compositor_bindings/web_content_layer_impl.h
+++ b/webkit/compositor_bindings/web_content_layer_impl.h
@@ -26,12 +26,12 @@ class WebContentLayerImpl : public WebContentLayer,
WebContentLayerClient*);
// WebContentLayer implementation.
- virtual WebLayer* layer() OVERRIDE;
- virtual void setDoubleSided(bool) OVERRIDE;
- virtual void setBoundsContainPageScale(bool) OVERRIDE;
- virtual bool boundsContainPageScale() const OVERRIDE;
- virtual void setUseLCDText(bool) OVERRIDE;
- virtual void setDrawCheckerboardForMissingTiles(bool) OVERRIDE;
+ virtual WebLayer* layer();
+ virtual void setDoubleSided(bool);
+ virtual void setBoundsContainPageScale(bool);
+ virtual bool boundsContainPageScale() const;
+ virtual void setUseLCDText(bool);
+ virtual void setDrawCheckerboardForMissingTiles(bool);
virtual void setAutomaticallyComputeRasterScale(bool);
protected:
« no previous file with comments | « webkit/compositor_bindings/web_animation_impl.h ('k') | webkit/compositor_bindings/web_external_texture_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698