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

Unified Diff: third_party/WebKit/Source/core/frame/VisualViewport.h

Issue 2070563002: Seperate DOMVisualViewport from Blink's VisualViewport class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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: third_party/WebKit/Source/core/frame/VisualViewport.h
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
index 58b3d7b9df16ff40d285fec0e479cbaaf56371c1..06d54456be592c8c4ed5f8fa1112da94d6859a3b 100644
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
@@ -64,10 +64,8 @@ class LocalFrame;
class CORE_EXPORT VisualViewport final
: public GarbageCollectedFinalized<VisualViewport>
, public GraphicsLayerClient
- , public ScriptWrappable
, public ScrollableArea {
USING_GARBAGE_COLLECTED_MIXIN(VisualViewport);
- DEFINE_WRAPPERTYPEINFO();
public:
static VisualViewport* create(FrameHost& host)
{

Powered by Google App Engine
This is Rietveld 408576698