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

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

Issue 2266603002: mus: Implement interwindow drag and drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky comments Created 4 years, 3 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/in_flight_change.h
diff --git a/services/ui/public/cpp/in_flight_change.h b/services/ui/public/cpp/in_flight_change.h
index 7981ef2f71ccbe82e8f09a7499495ebd53256af4..d652ebd8d787bd15be0d18995beaae531076a842 100644
--- a/services/ui/public/cpp/in_flight_change.h
+++ b/services/ui/public/cpp/in_flight_change.h
@@ -144,16 +144,16 @@ class InFlightBoundsChange : public InFlightChange {
DISALLOW_COPY_AND_ASSIGN(InFlightBoundsChange);
};
-class InFlightMoveLoopChange : public InFlightChange {
+class InFlightDragChange : public InFlightChange {
public:
- explicit InFlightMoveLoopChange(Window* window);
+ explicit InFlightDragChange(Window* window);
// InFlightChange:
void SetRevertValueFrom(const InFlightChange& change) override;
void Revert() override;
private:
- DISALLOW_COPY_AND_ASSIGN(InFlightMoveLoopChange);
+ DISALLOW_COPY_AND_ASSIGN(InFlightDragChange);
};
// Inflight change that crashes on failure. This is useful for changes that are
« no previous file with comments | « no previous file | services/ui/public/cpp/in_flight_change.cc » ('j') | services/ui/public/cpp/in_flight_change.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698