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

Unified Diff: cc/layers/video_layer_impl.h

Issue 1044093005: Preliminary compositor disabling patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/layers/video_layer_impl.h
diff --git a/cc/layers/video_layer_impl.h b/cc/layers/video_layer_impl.h
index d05bd5768e62f57c6d2773880397df7c671ef68b..8c911e55177eb5cadf45a9ed45b21e30cc69c7ff 100644
--- a/cc/layers/video_layer_impl.h
+++ b/cc/layers/video_layer_impl.h
@@ -70,6 +70,8 @@ class CC_EXPORT VideoLayerImpl : public LayerImpl {
// Called once for each software resource.
ReleaseCallbackImpl software_release_callback_;
+ bool video_can_overlay_;
+
DISALLOW_COPY_AND_ASSIGN(VideoLayerImpl);
};

Powered by Google App Engine
This is Rietveld 408576698