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

Unified Diff: Source/core/frame/Frame.h

Issue 1167523007: Precompile more in Blink in Windows for faster compilations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Silence style checkers Created 5 years, 6 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: Source/core/frame/Frame.h
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
index 224a779b6bfda21c49748b126a09e4c678cf3ac3..ca4c8ec996bf78f989ea945b1140fd4e6130ca97 100644
--- a/Source/core/frame/Frame.h
+++ b/Source/core/frame/Frame.h
@@ -29,6 +29,7 @@
#define Frame_h
#include "core/CoreExport.h"
+#include "core/frame/FrameHost.h"
Nico 2015/06/25 23:14:44 Why this?
sof 2015/06/26 06:23:03 It should be FrameOwner.h It is needed to address
#include "core/frame/FrameTypes.h"
#include "core/loader/FrameLoaderTypes.h"
#include "core/page/FrameTree.h"

Powered by Google App Engine
This is Rietveld 408576698