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

Side by Side Diff: content/renderer/render_widget.h

Issue 1951013003: Remove all uses of skia::RefPtr and stale includes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Florin's smart pointer fix 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_RENDER_WIDGET_H_ 5 #ifndef CONTENT_RENDERER_RENDER_WIDGET_H_
6 #define CONTENT_RENDERER_RENDER_WIDGET_H_ 6 #define CONTENT_RENDERER_RENDER_WIDGET_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 21 matching lines...) Expand all
32 #include "third_party/WebKit/public/platform/WebDisplayMode.h" 32 #include "third_party/WebKit/public/platform/WebDisplayMode.h"
33 #include "third_party/WebKit/public/platform/WebRect.h" 33 #include "third_party/WebKit/public/platform/WebRect.h"
34 #include "third_party/WebKit/public/web/WebCompositionUnderline.h" 34 #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
35 #include "third_party/WebKit/public/web/WebInputEvent.h" 35 #include "third_party/WebKit/public/web/WebInputEvent.h"
36 #include "third_party/WebKit/public/web/WebPopupType.h" 36 #include "third_party/WebKit/public/web/WebPopupType.h"
37 #include "third_party/WebKit/public/web/WebTextDirection.h" 37 #include "third_party/WebKit/public/web/WebTextDirection.h"
38 #include "third_party/WebKit/public/web/WebTextInputInfo.h" 38 #include "third_party/WebKit/public/web/WebTextInputInfo.h"
39 #include "third_party/WebKit/public/web/WebTouchAction.h" 39 #include "third_party/WebKit/public/web/WebTouchAction.h"
40 #include "third_party/WebKit/public/web/WebWidget.h" 40 #include "third_party/WebKit/public/web/WebWidget.h"
41 #include "third_party/WebKit/public/web/WebWidgetClient.h" 41 #include "third_party/WebKit/public/web/WebWidgetClient.h"
42 #include "third_party/skia/include/core/SkBitmap.h"
43 #include "ui/base/ime/text_input_mode.h" 42 #include "ui/base/ime/text_input_mode.h"
44 #include "ui/base/ime/text_input_type.h" 43 #include "ui/base/ime/text_input_type.h"
45 #include "ui/base/ui_base_types.h" 44 #include "ui/base/ui_base_types.h"
46 #include "ui/gfx/geometry/rect.h" 45 #include "ui/gfx/geometry/rect.h"
47 #include "ui/gfx/geometry/vector2d_f.h" 46 #include "ui/gfx/geometry/vector2d_f.h"
48 #include "ui/gfx/native_widget_types.h" 47 #include "ui/gfx/native_widget_types.h"
49 #include "ui/gfx/range/range.h" 48 #include "ui/gfx/range/range.h"
50 #include "ui/surface/transport_dib.h" 49 #include "ui/surface/transport_dib.h"
51 50
52 class GURL; 51 class GURL;
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 765
767 // Indicates whether this widget has focus. 766 // Indicates whether this widget has focus.
768 bool has_focus_; 767 bool has_focus_;
769 768
770 DISALLOW_COPY_AND_ASSIGN(RenderWidget); 769 DISALLOW_COPY_AND_ASSIGN(RenderWidget);
771 }; 770 };
772 771
773 } // namespace content 772 } // namespace content
774 773
775 #endif // CONTENT_RENDERER_RENDER_WIDGET_H_ 774 #endif // CONTENT_RENDERER_RENDER_WIDGET_H_
OLDNEW
« no previous file with comments | « content/renderer/media/html_video_element_capturer_source.cc ('k') | extensions/browser/api/web_contents_capture_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698