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

Unified Diff: Source/web/WebViewImpl.h

Issue 22454003: Support subtitles for native fullscreen video (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 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
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | Tools/Scripts/webkitpy/layout_tests/port/chromium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 0b49f02aecdad3889e4638a35749739574fe671e..290e59bf0f311598ad7c9cd50d391ab7b31cffc8 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -562,6 +562,8 @@ public:
// Exposed for tests.
WebVector<WebCompositionUnderline> compositionUnderlines() const;
+ WebLayerTreeView* layerTreeView() const { return m_layerTreeView; };
+
private:
float legibleScale() const;
void refreshPageScaleFactorAfterLayout();
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | Tools/Scripts/webkitpy/layout_tests/port/chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698