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

Unified Diff: services/ui/ws/test_change_tracker.h

Issue 2424633002: Revert of Mus+Ash: propagate Surface ID to parents (Closed)
Patch Set: 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
« no previous file with comments | « services/ui/ws/server_window_surface.cc ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_change_tracker.h
diff --git a/services/ui/ws/test_change_tracker.h b/services/ui/ws/test_change_tracker.h
index 47c76bf5030655091bf002fa23ba45ebe4e016e3..cbc06562dbac68e501ad86807f5ce54f0b1c50da 100644
--- a/services/ui/ws/test_change_tracker.h
+++ b/services/ui/ws/test_change_tracker.h
@@ -42,7 +42,6 @@
CHANGE_TYPE_ON_CHANGE_COMPLETED,
CHANGE_TYPE_ON_TOP_LEVEL_CREATED,
CHANGE_TYPE_OPACITY,
- CHANGE_TYPE_SURFACE_CHANGED,
};
// TODO(sky): consider nuking and converting directly to WindowData.
@@ -88,10 +87,6 @@
std::string property_value;
int32_t cursor_id;
uint32_t change_id;
- cc::SurfaceId surface_id;
- cc::SurfaceSequence surface_sequence;
- gfx::Size frame_size;
- float device_scale_factor;
};
// Converts Changes to string descriptions.
@@ -174,11 +169,6 @@
void OnTopLevelCreated(uint32_t change_id,
mojom::WindowDataPtr window_data,
bool drawn);
- void OnWindowSurfaceChanged(Id window_id,
- const cc::SurfaceId& surface_id,
- const cc::SurfaceSequence& surface_sequence,
- const gfx::Size& frame_size,
- float device_scale_factor);
private:
void AddChange(const Change& change);
« no previous file with comments | « services/ui/ws/server_window_surface.cc ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698