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

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

Issue 2055023002: Exclude more CSS properties for fullscreen video on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android only. Created 4 years, 6 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/LayoutThemeMobile.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h
index be75679f84cd965d9f020a2af04c641cd4da3cbf..7d24914aa62fa75b2cf032931831dce61920beaf 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h
@@ -38,6 +38,7 @@ public:
void adjustInnerSpinButtonStyle(ComputedStyle&) const override;
String extraMediaControlsStyleSheet() override;
+ String extraFullScreenStyleSheet() override;
foolip 2016/06/21 16:59:36 Suggest Fullscreen with a small s
sandersd (OOO until July 31) 2016/06/21 18:30:08 To confirm: you would like me to change the name o
foolip 2016/06/21 19:12:55 Yes, for newly added code it would be good to use
sandersd (OOO until July 31) 2016/06/21 19:34:20 Done.
Color platformTapHighlightColor() const override
{

Powered by Google App Engine
This is Rietveld 408576698