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

Unified Diff: Source/web/InspectorOverlayImpl.h

Issue 1204453002: Devtools: Create layout editor experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/web/InspectorOverlayImpl.h
diff --git a/Source/web/InspectorOverlayImpl.h b/Source/web/InspectorOverlayImpl.h
index 23f814cf20e366c712b8ac6cc2716fbb9a027724..67c8cdb7427768aaaa30d9f1af02b7eea03f2b99 100644
--- a/Source/web/InspectorOverlayImpl.h
+++ b/Source/web/InspectorOverlayImpl.h
@@ -54,6 +54,7 @@ class JSONValue;
class Node;
class Page;
class WebViewImpl;
+class LayoutWYSIWIGEditor;
class InspectorOverlayImpl final : public NoBaseWillBeGarbageCollectedFinalized<InspectorOverlayImpl>, public InspectorOverlay, public WebPageOverlay, public InspectorOverlayHost::Listener {
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(InspectorOverlayImpl);
@@ -126,6 +127,7 @@ private:
int m_suspendCount;
bool m_updating;
RawPtrWillBeMember<InspectorOverlay::Listener> m_listener;
+ OwnPtr<LayoutWYSIWIGEditor> m_layoutWYSIWIGEditor;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698