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

Unified Diff: third_party/WebKit/Source/core/page/BUILD.gn

Issue 2668003003: Provide WebVR pose data only to the focused frame. (Closed)
Patch Set: Address comments Created 3 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/page/BUILD.gn
diff --git a/third_party/WebKit/Source/core/page/BUILD.gn b/third_party/WebKit/Source/core/page/BUILD.gn
index cbd310aee6ae7fbcc9dd6a49697a1a1a119b132e..b8f37c299029d7ea75b5597a8ba3a53d1d1109c6 100644
--- a/third_party/WebKit/Source/core/page/BUILD.gn
+++ b/third_party/WebKit/Source/core/page/BUILD.gn
@@ -19,6 +19,8 @@ blink_core_sources("page") {
"DragController.cpp",
"DragData.cpp",
"EventWithHitTestResults.h",
+ "FocusChangedObserver.cpp",
+ "FocusChangedObserver.h",
"FocusController.cpp",
"FrameTree.cpp",
"NetworkStateNotifier.cpp",

Powered by Google App Engine
This is Rietveld 408576698