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

Unified Diff: components/mus/public/cpp/lib/window_private.h

Issue 1605773004: mus: Implement Window Server Capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create InFlightCaptureChange add tests Created 4 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 side-by-side diff with in-line comments
Download patch
Index: components/mus/public/cpp/lib/window_private.h
diff --git a/components/mus/public/cpp/lib/window_private.h b/components/mus/public/cpp/lib/window_private.h
index 77c23c93f0014c88f29ac790861d1e22c4654117..bb547ac5291bfa468009dff7d84765589fe0d9d0 100644
--- a/components/mus/public/cpp/lib/window_private.h
+++ b/components/mus/public/cpp/lib/window_private.h
@@ -69,6 +69,7 @@ class WindowPrivate {
const gfx::Rect& new_bounds) {
window_->LocalSetBounds(old_bounds, new_bounds);
}
+ void LocalSetCapture(bool capture) { window_->LocalSetCapture(capture); }
void LocalSetClientArea(
const gfx::Insets& client_area,
const std::vector<gfx::Rect>& additional_client_areas) {

Powered by Google App Engine
This is Rietveld 408576698