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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorHistory.h

Issue 1694433003: DevTools: [CSS] Add CSS.setMultipleStyleTexts command to CSS domain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: %zu is not cross-platform - do not use. Created 4 years, 10 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: third_party/WebKit/Source/core/inspector/InspectorHistory.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorHistory.h b/third_party/WebKit/Source/core/inspector/InspectorHistory.h
index 78d02ed9be6bccaa5921932cacc302d0eb9a6649..ab9a56844a38d8bc50d5a4b6642e33372b2e025f 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorHistory.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorHistory.h
@@ -71,6 +71,7 @@ public:
DECLARE_TRACE();
bool perform(PassRefPtrWillBeRawPtr<Action>, ExceptionState&);
+ void appendPerformedAction(PassRefPtrWillBeRawPtr<Action>);
void markUndoableState();
bool undo(ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698