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

Unified Diff: Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h

Issue 1254613003: Let the WebMediaPlayer decide whether to use overlay video. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address Xianzhu's Comments Created 5 years, 4 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: Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
diff --git a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
index a1a124f8ed22bfacb4e0457f86ce9c63381042cc..e1a89c65de0d78fd0b0269ba6fb72e1a6cc809cf 100644
--- a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
+++ b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
@@ -210,7 +210,7 @@ private:
bool requiresVerticalScrollbarLayer() const;
bool requiresScrollCornerLayer() const;
- void applyOverlayFullscreenVideoAdjustment();
+ void applyOverlayFullscreenVideoAdjustmentIfNeeded();
LayoutView& m_layoutView;
OwnPtr<GraphicsLayer> m_rootContentLayer;

Powered by Google App Engine
This is Rietveld 408576698