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() {} |