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

Unified Diff: content/public/renderer/render_view.h

Issue 302603012: Zoom Extension API (content changes) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove exceptions from IPC. Created 6 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: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index c4fce50b7bd07f61cfc506c3c611803f70dcd378..383778e6c3c2bb3d8f24c8e52952bd1cd3ac0c5c 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -127,6 +127,8 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
bool animate) = 0;
#endif
+ virtual bool UsesTemporaryZoomLevel() const = 0;
Fady Samuel 2014/06/10 20:05:14 Is there a need to expose this to the content API?
wjmaclean 2014/06/10 20:18:55 See comment in render_view_impl.h
+
protected:
virtual ~RenderView() {}

Powered by Google App Engine
This is Rietveld 408576698