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

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

Issue 1410833004: Revert "Implement FullScreen using top layer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 e4602e24704bc93ed3a7744b4f85a63c05c011cc..c2a189d150881b637526f1a4c9affd9cd9ba1640 100644
--- a/third_party/WebKit/Source/core/layout/LayoutVideo.h
+++ b/third_party/WebKit/Source/core/layout/LayoutVideo.h
@@ -68,6 +68,11 @@ 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();
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutVideo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698