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

Side by Side Diff: third_party/WebKit/Source/web/InspectorOverlay.h

Issue 2238423002: [DevTools] Generate all files in inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2240663003
Patch Set: Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 7 *
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 18 matching lines...) Expand all
29 #ifndef InspectorOverlay_h 29 #ifndef InspectorOverlay_h
30 #define InspectorOverlay_h 30 #define InspectorOverlay_h
31 31
32 #include "core/inspector/InspectorDOMAgent.h" 32 #include "core/inspector/InspectorDOMAgent.h"
33 #include "core/inspector/InspectorOverlayHost.h" 33 #include "core/inspector/InspectorOverlayHost.h"
34 #include "platform/Timer.h" 34 #include "platform/Timer.h"
35 #include "platform/geometry/FloatQuad.h" 35 #include "platform/geometry/FloatQuad.h"
36 #include "platform/geometry/LayoutRect.h" 36 #include "platform/geometry/LayoutRect.h"
37 #include "platform/graphics/Color.h" 37 #include "platform/graphics/Color.h"
38 #include "platform/heap/Handle.h" 38 #include "platform/heap/Handle.h"
39 #include "platform/inspector_protocol/Values.h" 39 #include "platform/inspector_protocol/InspectorProtocol.h"
40 #include "public/web/WebInputEvent.h" 40 #include "public/web/WebInputEvent.h"
41 #include "wtf/RefPtr.h" 41 #include "wtf/RefPtr.h"
42 #include "wtf/text/WTFString.h" 42 #include "wtf/text/WTFString.h"
43 #include <memory> 43 #include <memory>
44 44
45 namespace blink { 45 namespace blink {
46 46
47 class Color; 47 class Color;
48 class EmptyChromeClient; 48 class EmptyChromeClient;
49 class LocalFrame; 49 class LocalFrame;
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 std::unique_ptr<PageOverlay> m_pageOverlay; 165 std::unique_ptr<PageOverlay> m_pageOverlay;
166 Member<Node> m_hoveredNodeForInspectMode; 166 Member<Node> m_hoveredNodeForInspectMode;
167 InspectorDOMAgent::SearchMode m_inspectMode; 167 InspectorDOMAgent::SearchMode m_inspectMode;
168 std::unique_ptr<InspectorHighlightConfig> m_inspectModeHighlightConfig; 168 std::unique_ptr<InspectorHighlightConfig> m_inspectModeHighlightConfig;
169 }; 169 };
170 170
171 } // namespace blink 171 } // namespace blink
172 172
173 173
174 #endif // InspectorOverlay_h 174 #endif // InspectorOverlay_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp ('k') | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698