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

Unified Diff: webkit/compositor_bindings/web_video_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
« no previous file with comments | « webkit/compositor_bindings/web_transform_operations_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_video_layer_impl.h
diff --git a/webkit/compositor_bindings/web_video_layer_impl.h b/webkit/compositor_bindings/web_video_layer_impl.h
index 69742374a93184f0470fb3b0f1cb0067cfadb671..71c45e74ee436155cb8138c2444c5f7a12fe29b2 100644
--- a/webkit/compositor_bindings/web_video_layer_impl.h
+++ b/webkit/compositor_bindings/web_video_layer_impl.h
@@ -12,7 +12,9 @@
namespace webkit { class WebToCCVideoFrameProvider; }
namespace WebKit {
+
class WebLayerImpl;
+class WebVideoFrameProvider;
class WebVideoLayerImpl : public WebVideoLayer {
public:
@@ -21,8 +23,8 @@ class WebVideoLayerImpl : public WebVideoLayer {
virtual ~WebVideoLayerImpl();
// WebVideoLayer implementation.
- virtual WebLayer* layer() OVERRIDE;
- virtual bool active() const OVERRIDE;
+ virtual WebLayer* layer();
+ virtual bool active() const;
private:
scoped_ptr<webkit::WebToCCVideoFrameProvider> provider_adapter_;
« no previous file with comments | « webkit/compositor_bindings/web_transform_operations_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698