Skip to content

Commit 56d7017

Browse files
committed
remove ref to third_party/blink/public/platform/web_rect.h
1 parent 808786b commit 56d7017

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/nw_custom_bindings.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "content/nw/src/nw_custom_bindings.h"
55

66
#define INSIDE_BLINK 1
7-
#include "third_party/blink/public/platform/web_rect.h"
87

98
#undef INSIDE_BLINK
109
#include "content/renderer/render_view_impl.h"

src/renderer/nw_extensions_renderer_hooks.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#define INSIDE_BLINK 1
2-
#include "third_party/blink/public/platform/web_rect.h"
3-
#undef INSIDE_BLINK
4-
51
#include "nw_extensions_renderer_hooks.h"
62
#include "content/public/common/content_features.h"
73
// nw

0 commit comments

Comments
 (0)