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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 10822004: Draggable region support for frameless app window on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index e9bc5614cfa9197ef414bcf092bc5c41a74002d2..dd7dd8f6cd99cd1d2306d560f529d511e2fe6ae8 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -37,6 +37,7 @@ class RenderViewHost;
class WebContents;
class WebIntentsDispatcher;
struct ContextMenuParams;
+struct DraggableRegion;
struct FileChooserParams;
struct NativeWebKeyboardEvent;
struct SSLStatus;
@@ -418,6 +419,10 @@ class CONTENT_EXPORT WebContentsDelegate {
const MediaStreamRequest* request,
const MediaResponseCallback& callback) {}
+ // Invoked when the draggable regions have been changed.
+ virtual void UpdateDraggableRegions(
+ const std::vector<content::DraggableRegion>& regions) {};
+
protected:
virtual ~WebContentsDelegate();

Powered by Google App Engine
This is Rietveld 408576698