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

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

Issue 1179223002: Implement autoplay gesture override experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: linker errors on win/mac... Created 5 years, 4 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: Source/core/layout/LayoutVideo.h
diff --git a/Source/core/layout/LayoutVideo.h b/Source/core/layout/LayoutVideo.h
index c21f2ff9b2f89ca9bc90c0dd90a3de9b810e711b..57bc8063212e48c8a910bf0f4d19361abc09a946 100644
--- a/Source/core/layout/LayoutVideo.h
+++ b/Source/core/layout/LayoutVideo.h
@@ -77,7 +77,6 @@ private:
void updatePlayer();
-
LayoutSize m_cachedImageSize;
};

Powered by Google App Engine
This is Rietveld 408576698