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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutVideo.h

Issue 1363023005: Implement FullScreen using top layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/Source/core/layout/LayoutVideo.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutVideo.h b/third_party/WebKit/Source/core/layout/LayoutVideo.h
index c21f2ff9b2f89ca9bc90c0dd90a3de9b810e711b..514cb98d3362aa9565a985a7ef35b6afd1f43d24 100644
--- a/third_party/WebKit/Source/core/layout/LayoutVideo.h
+++ b/third_party/WebKit/Source/core/layout/LayoutVideo.h
@@ -68,11 +68,6 @@ private:
LayoutUnit computeReplacedLogicalHeight() const override;
LayoutUnit minimumReplacedHeight() const override;
- LayoutUnit offsetLeft() const override;
- LayoutUnit offsetTop() const override;
- LayoutUnit offsetWidth() const override;
- LayoutUnit offsetHeight() const override;
-
CompositingReasons additionalCompositingReasons() const override;
void updatePlayer();

Powered by Google App Engine
This is Rietveld 408576698