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

Side by Side Diff: content/browser/frame_host/render_widget_host_view_child_frame.h

Issue 1815593002: Remove windowed NPAPI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@make_test_plugin_windowless
Patch Set: rebase Created 4 years, 9 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_CHILD_FRAME_H_ 5 #ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_CHILD_FRAME_H_
6 #define CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_CHILD_FRAME_H_ 6 #define CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_CHILD_FRAME_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 gfx::NativeView GetNativeView() const override; 87 gfx::NativeView GetNativeView() const override;
88 gfx::NativeViewId GetNativeViewId() const override; 88 gfx::NativeViewId GetNativeViewId() const override;
89 gfx::NativeViewAccessible GetNativeViewAccessible() override; 89 gfx::NativeViewAccessible GetNativeViewAccessible() override;
90 void SetBackgroundColor(SkColor color) override; 90 void SetBackgroundColor(SkColor color) override;
91 gfx::Size GetPhysicalBackingSize() const override; 91 gfx::Size GetPhysicalBackingSize() const override;
92 92
93 // RenderWidgetHostViewBase implementation. 93 // RenderWidgetHostViewBase implementation.
94 void InitAsPopup(RenderWidgetHostView* parent_host_view, 94 void InitAsPopup(RenderWidgetHostView* parent_host_view,
95 const gfx::Rect& bounds) override; 95 const gfx::Rect& bounds) override;
96 void InitAsFullscreen(RenderWidgetHostView* reference_host_view) override; 96 void InitAsFullscreen(RenderWidgetHostView* reference_host_view) override;
97 void MovePluginWindows(const std::vector<WebPluginGeometry>& moves) override;
98 void UpdateCursor(const WebCursor& cursor) override; 97 void UpdateCursor(const WebCursor& cursor) override;
99 void SetIsLoading(bool is_loading) override; 98 void SetIsLoading(bool is_loading) override;
100 void TextInputStateChanged( 99 void TextInputStateChanged(
101 const ViewHostMsg_TextInputState_Params& params) override; 100 const ViewHostMsg_TextInputState_Params& params) override;
102 void ImeCancelComposition() override; 101 void ImeCancelComposition() override;
103 void ImeCompositionRangeChanged( 102 void ImeCompositionRangeChanged(
104 const gfx::Range& range, 103 const gfx::Range& range,
105 const std::vector<gfx::Rect>& character_bounds) override; 104 const std::vector<gfx::Rect>& character_bounds) override;
106 void RenderProcessGone(base::TerminationStatus status, 105 void RenderProcessGone(base::TerminationStatus status,
107 int error_code) override; 106 int error_code) override;
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 // it convenient to swap() when processing the list. 236 // it convenient to swap() when processing the list.
238 FrameSwappedCallbackList frame_swapped_callbacks_; 237 FrameSwappedCallbackList frame_swapped_callbacks_;
239 238
240 base::WeakPtrFactory<RenderWidgetHostViewChildFrame> weak_factory_; 239 base::WeakPtrFactory<RenderWidgetHostViewChildFrame> weak_factory_;
241 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewChildFrame); 240 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewChildFrame);
242 }; 241 };
243 242
244 } // namespace content 243 } // namespace content
245 244
246 #endif // CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_CHILD_FRAME_H_ 245 #endif // CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_CHILD_FRAME_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | content/browser/frame_host/render_widget_host_view_child_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698