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

Side by Side Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 303293004: Android: Remove WindowAndroidObserver::OnWillDestroyWindow() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_ANDROID_H_ 5 #ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_ANDROID_H_
6 #define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_ANDROID_H_ 6 #define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_ANDROID_H_
7 7
8 #include <map> 8 #include <map>
9 #include <queue> 9 #include <queue>
10 10
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 // cc::DelegatedFrameResourceCollectionClient implementation. 169 // cc::DelegatedFrameResourceCollectionClient implementation.
170 virtual void UnusedResourcesAreAvailable() OVERRIDE; 170 virtual void UnusedResourcesAreAvailable() OVERRIDE;
171 171
172 // ui::GestureProviderClient implementation. 172 // ui::GestureProviderClient implementation.
173 virtual void OnGestureEvent(const ui::GestureEventData& gesture) OVERRIDE; 173 virtual void OnGestureEvent(const ui::GestureEventData& gesture) OVERRIDE;
174 174
175 // ui::WindowAndroidObserver implementation. 175 // ui::WindowAndroidObserver implementation.
176 virtual void OnCompositingDidCommit() OVERRIDE; 176 virtual void OnCompositingDidCommit() OVERRIDE;
177 virtual void OnAttachCompositor() OVERRIDE {} 177 virtual void OnAttachCompositor() OVERRIDE {}
178 virtual void OnDetachCompositor() OVERRIDE; 178 virtual void OnDetachCompositor() OVERRIDE;
179 virtual void OnWillDestroyWindow() OVERRIDE;
180 virtual void OnVSync(base::TimeTicks frame_time, 179 virtual void OnVSync(base::TimeTicks frame_time,
181 base::TimeDelta vsync_period) OVERRIDE; 180 base::TimeDelta vsync_period) OVERRIDE;
182 virtual void OnAnimate(base::TimeTicks begin_frame_time) OVERRIDE; 181 virtual void OnAnimate(base::TimeTicks begin_frame_time) OVERRIDE;
183 182
184 // ImageTransportFactoryAndroidObserver implementation. 183 // ImageTransportFactoryAndroidObserver implementation.
185 virtual void OnLostResources() OVERRIDE; 184 virtual void OnLostResources() OVERRIDE;
186 185
187 // DelegatedFrameEvictor implementation 186 // DelegatedFrameEvictor implementation
188 virtual void EvictDelegatedFrame() OVERRIDE; 187 virtual void EvictDelegatedFrame() OVERRIDE;
189 188
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 }; 352 };
354 353
355 scoped_ptr<LastFrameInfo> last_frame_info_; 354 scoped_ptr<LastFrameInfo> last_frame_info_;
356 355
357 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewAndroid); 356 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewAndroid);
358 }; 357 };
359 358
360 } // namespace content 359 } // namespace content
361 360
362 #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_ANDROID_H_ 361 #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_ANDROID_H_
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698