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

Unified Diff: ash/wm/partial_screenshot_view.h

Issue 9969149: SetCapture of mouse events in partial screenshot. Mouse events are routed to the capture window. I… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | ash/wm/partial_screenshot_view.cc » ('j') | ash/wm/partial_screenshot_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/partial_screenshot_view.h
diff --git a/ash/wm/partial_screenshot_view.h b/ash/wm/partial_screenshot_view.h
index 8e666f3352b096002a0f007fc0ef963f53aac481..71131465d938e1cd2edcbc0af4545b73c22bf232 100644
--- a/ash/wm/partial_screenshot_view.h
+++ b/ash/wm/partial_screenshot_view.h
@@ -38,6 +38,7 @@ class ASH_EXPORT PartialScreenshotView : public views::WidgetDelegateView {
// Overridden from View:
virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
+ virtual void OnMouseCaptureLost() OVERRIDE;
virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
virtual bool OnMouseDragged(const views::MouseEvent& event) OVERRIDE;
virtual bool OnMouseWheel(const views::MouseWheelEvent& event) OVERRIDE;
« no previous file with comments | « no previous file | ash/wm/partial_screenshot_view.cc » ('j') | ash/wm/partial_screenshot_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698