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

Side by Side Diff: Source/web/InspectorOverlayImpl.h

Issue 1206803002: Oilpan: fix build after r197716. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 unified diff | Download patch
« no previous file with comments | « Source/core/inspector/LayoutEditor.h ('k') | Source/web/InspectorOverlayImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 OwnPtr<EmptyChromeClient> m_overlayChromeClient; 120 OwnPtr<EmptyChromeClient> m_overlayChromeClient;
121 RefPtrWillBeMember<InspectorOverlayHost> m_overlayHost; 121 RefPtrWillBeMember<InspectorOverlayHost> m_overlayHost;
122 InspectorHighlightConfig m_quadHighlightConfig; 122 InspectorHighlightConfig m_quadHighlightConfig;
123 bool m_drawViewSize; 123 bool m_drawViewSize;
124 bool m_drawViewSizeWithGrid; 124 bool m_drawViewSizeWithGrid;
125 bool m_omitTooltip; 125 bool m_omitTooltip;
126 Timer<InspectorOverlayImpl> m_timer; 126 Timer<InspectorOverlayImpl> m_timer;
127 int m_suspendCount; 127 int m_suspendCount;
128 bool m_updating; 128 bool m_updating;
129 RawPtrWillBeMember<InspectorOverlay::Listener> m_listener; 129 RawPtrWillBeMember<InspectorOverlay::Listener> m_listener;
130 OwnPtr<LayoutEditor> m_layoutEditor; 130 OwnPtrWillBeMember<LayoutEditor> m_layoutEditor;
131 }; 131 };
132 132
133 } // namespace blink 133 } // namespace blink
134 134
135 135
136 #endif // InspectorOverlayImpl_h 136 #endif // InspectorOverlayImpl_h
OLDNEW
« no previous file with comments | « Source/core/inspector/LayoutEditor.h ('k') | Source/web/InspectorOverlayImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698