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

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.h

Issue 1585383003: Add deprecation message for -webkit-background-composite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/WebKit/Source/core/frame/FrameHost.h
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
index 5931a4781c8d1616a9839d03d59ffd17f502c531..1780acdb8974d4ad363274adfe51264ebfabdb6c 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -45,6 +45,7 @@ namespace blink {
class ChromeClient;
class ConsoleMessageStorage;
+class Deprecation;
class EventHandlerRegistry;
class Page;
class PageScaleConstraintsSet;
@@ -72,6 +73,7 @@ public:
Settings& settings() const;
ChromeClient& chromeClient() const;
UseCounter& useCounter() const;
+ Deprecation& deprecation() const;
// Corresponds to pixel density of the device where this Page is
// being displayed. In multi-monitor setups this can vary between pages.

Powered by Google App Engine
This is Rietveld 408576698