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

Unified Diff: services/ui/public/cpp/window_private.h

Issue 2414683003: Mus+Ash: propagate Surface ID to parents (Closed)
Patch Set: Added TODO Created 4 years, 2 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: services/ui/public/cpp/window_private.h
diff --git a/services/ui/public/cpp/window_private.h b/services/ui/public/cpp/window_private.h
index b875b8bc7f925727d61240767537ce6ef24429bf..7c42fb678de90f85341d9cb46c50673ee5e44262 100644
--- a/services/ui/public/cpp/window_private.h
+++ b/services/ui/public/cpp/window_private.h
@@ -87,6 +87,14 @@ class WindowPrivate {
const std::vector<uint8_t>* data) {
window_->LocalSetSharedProperty(name, data);
}
+ void LocalSetSurfaceId(const cc::SurfaceId& surface_id,
+ const cc::SurfaceSequence& surface_sequence,
+ const gfx::Size& frame_size,
+ float device_scale_factor) {
+ window_->LocalSetSurfaceId(surface_id, surface_sequence, frame_size,
+ device_scale_factor);
+ }
+
void NotifyWindowStackingChanged() { window_->NotifyWindowStackingChanged(); }
private:

Powered by Google App Engine
This is Rietveld 408576698