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

Unified Diff: Source/core/inspector/InspectorController.h

Issue 257873002: DevTools: do not use internals for highlight testing, use protocol instead. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index 0e0956b8ac561137e73e3e0a376a9b495efbf87d..86f4243312bcb2d94b64797369708926acf816a2 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -67,8 +67,6 @@ class PlatformMouseEvent;
class PlatformTouchEvent;
class Node;
-struct Highlight;
-
class InspectorController {
WTF_MAKE_NONCOPYABLE(InspectorController);
WTF_MAKE_FAST_ALLOCATED;
@@ -100,9 +98,6 @@ public:
void inspect(Node*);
void drawHighlight(GraphicsContext&) const;
- void getHighlight(Highlight*) const;
- void hideHighlight();
- Node* highlightedNode() const;
bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
bool handleMouseEvent(LocalFrame*, const PlatformMouseEvent&);
« no previous file with comments | « LayoutTests/inspector/elements/highlight-svg-root-zoomed.html ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698