Chromium Code Reviews

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: trchen@'s comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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