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

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

Issue 2202493002: NOT FOR REVIEW: Fullscreen WIP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month 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 a85cf5f038eab17303ec91b049f5c3f4a3a3955a..81d82959fcc1e633f56da6a27a7b2fc01880f735 100644
--- a/third_party/WebKit/Source/core/layout/LayoutVideo.h
+++ b/third_party/WebKit/Source/core/layout/LayoutVideo.h
@@ -71,11 +71,6 @@ class LayoutVideo final : public LayoutMedia {
LayoutUnit estimatedUsedWidth = LayoutUnit()) const override;
LayoutUnit minimumReplacedHeight() const override;
- LayoutUnit offsetLeft(const Element*) const override;
- LayoutUnit offsetTop(const Element*) 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.h ('k') | third_party/WebKit/Source/core/layout/LayoutVideo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698