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

Unified Diff: public/web/WebWidget.h

Issue 540373002: Add support for Low Priorirty tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Maybe fix linker issue Created 6 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
« Source/platform/scheduler/Scheduler.h ('K') | « public/web/WebBeginFrameArgs.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidget.h
diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
index 7d41f7bba823033a714a6c3825ba533e29968608..404aad03c5ee8ee446f1de9ab6db9f4edfd2142b 100644
--- a/public/web/WebWidget.h
+++ b/public/web/WebWidget.h
@@ -31,11 +31,11 @@
#ifndef WebWidget_h
#define WebWidget_h
+#include "../platform/WebBeginFrameArgs.h"
#include "../platform/WebCanvas.h"
#include "../platform/WebCommon.h"
#include "../platform/WebRect.h"
#include "../platform/WebSize.h"
-#include "WebBeginFrameArgs.h"
#include "WebCompositionUnderline.h"
#include "WebTextDirection.h"
#include "WebTextInputInfo.h"
« Source/platform/scheduler/Scheduler.h ('K') | « public/web/WebBeginFrameArgs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698