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

Side by Side Diff: content/port/browser/render_widget_host_view_port.h

Issue 139563004: Notification on finish handling of top control gesture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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_PORT_BROWSER_RENDER_WIDGET_HOST_VIEW_PORT_H_ 5 #ifndef CONTENT_PORT_BROWSER_RENDER_WIDGET_HOST_VIEW_PORT_H_
6 #define CONTENT_PORT_BROWSER_RENDER_WIDGET_HOST_VIEW_PORT_H_ 6 #define CONTENT_PORT_BROWSER_RENDER_WIDGET_HOST_VIEW_PORT_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/callback.h" 9 #include "base/callback.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 #endif 340 #endif
341 341
342 #if defined(OS_WIN) && defined(USE_AURA) 342 #if defined(OS_WIN) && defined(USE_AURA)
343 virtual void SetParentNativeViewAccessible( 343 virtual void SetParentNativeViewAccessible(
344 gfx::NativeViewAccessible accessible_parent) = 0; 344 gfx::NativeViewAccessible accessible_parent) = 0;
345 345
346 // Returns an HWND that's given as the parent window for windowless Flash to 346 // Returns an HWND that's given as the parent window for windowless Flash to
347 // workaround crbug.com/301548. 347 // workaround crbug.com/301548.
348 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const = 0; 348 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const = 0;
349 #endif 349 #endif
350
351 virtual void DidFinishTopControlsGesture() = 0;
350 }; 352 };
351 353
352 } // namespace content 354 } // namespace content
353 355
354 #endif // CONTENT_PORT_BROWSER_RENDER_WIDGET_HOST_VIEW_PORT_H_ 356 #endif // CONTENT_PORT_BROWSER_RENDER_WIDGET_HOST_VIEW_PORT_H_
OLDNEW
« no previous file with comments | « content/common/input_messages.h ('k') | content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698