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

Unified Diff: ui/aura/client/default_capture_client.h

Issue 1988283002: Implement and test aura::client::CaptureClient in views::NativeWidgetMus for plumbing (Set|Release)… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native_widget_mus7
Patch Set: Use inheritance for MusCaptureClient Created 4 years, 7 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 | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/default_capture_client.h
diff --git a/ui/aura/client/default_capture_client.h b/ui/aura/client/default_capture_client.h
index 05e1826820b43a1a58305cca704a35da2c95ef57..d9dbd57818036abdaf77958357335170b96b71fe 100644
--- a/ui/aura/client/default_capture_client.h
+++ b/ui/aura/client/default_capture_client.h
@@ -18,13 +18,14 @@ class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
explicit DefaultCaptureClient(Window* root_window);
~DefaultCaptureClient() override;
- private:
+ protected:
// Overridden from client::CaptureClient:
void SetCapture(Window* window) override;
void ReleaseCapture(Window* window) override;
Window* GetCaptureWindow() override;
Window* GetGlobalCaptureWindow() override;
+ private:
Window* root_window_;
Window* capture_window_;
« no previous file with comments | « no previous file | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698