Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9aa358d

Browse files
committed
Clean
1 parent 0e1d7ae commit 9aa358d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

shell/platform/windows/testing/view_modifier.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_VIEW_MODIFIER_H_
66
#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_VIEW_MODIFIER_H_
77

8-
#include "flutter/shell/platform/windows/flutter_windows_view.h"
9-
108
#include "flutter/fml/macros.h"
11-
#include "flutter/shell/platform/windows/testing/egl/mock_window_surface.h"
9+
#include "flutter/shell/platform/windows/egl/window_surface.h"
10+
#include "flutter/shell/platform/windows/flutter_windows_view.h"
1211

1312
namespace flutter {
1413

@@ -22,7 +21,7 @@ class ViewModifier {
2221
//
2322
// Modifications are to the view, and will last for the lifetime of the
2423
// view unless overwritten again.
25-
void SetSurface(std::unique_ptr<testing::egl::MockWindowSurface> surface) {
24+
void SetSurface(std::unique_ptr<egl::WindowSurface> surface) {
2625
view_->surface_ = std::move(surface);
2726
}
2827

0 commit comments

Comments
 (0)