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

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: enabling layout tests 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
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index ee059cc941cc232f0eb915146809f087554f5162..f354b8f98f8869da57e3ccc1c98ad1cc8389be77 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -560,6 +560,8 @@ public:
// Exposed for tests.
WebVector<WebCompositionUnderline> compositionUnderlines() const;
+ WebLayerTreeView* layerTreeView() { return m_layerTreeView; };
esprehn 2013/09/13 02:46:07 const ?
trchen 2013/09/13 05:14:58 Done.
+
private:
float legibleScale() const;
void refreshPageScaleFactorAfterLayout();

Powered by Google App Engine
This is Rietveld 408576698