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

Side by Side Diff: ui/ozone/platform/drm/gpu/drm_window.h

Issue 2190353003: Delete old Ozone surface creation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_thread.h ('k') | ui/ozone/platform/drm/gpu/drm_window_proxy.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_H_ 5 #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_H_
6 #define UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_H_ 6 #define UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/timer/timer.h" 11 #include "base/timer/timer.h"
12 #include "ui/gfx/geometry/point.h" 12 #include "ui/gfx/geometry/point.h"
13 #include "ui/gfx/geometry/rect.h" 13 #include "ui/gfx/geometry/rect.h"
14 #include "ui/gfx/native_widget_types.h" 14 #include "ui/gfx/native_widget_types.h"
15 #include "ui/gfx/swap_result.h" 15 #include "ui/gfx/swap_result.h"
16 #include "ui/gfx/vsync_provider.h" 16 #include "ui/gfx/vsync_provider.h"
17 #include "ui/ozone/platform/drm/gpu/overlay_plane.h" 17 #include "ui/ozone/platform/drm/gpu/overlay_plane.h"
18 #include "ui/ozone/platform/drm/gpu/page_flip_request.h" 18 #include "ui/ozone/platform/drm/gpu/page_flip_request.h"
19 #include "ui/ozone/public/surface_ozone_egl.h" 19 #include "ui/ozone/public/swap_completion_callback.h"
20 20
21 class SkBitmap; 21 class SkBitmap;
22 22
23 namespace gfx { 23 namespace gfx {
24 class Point; 24 class Point;
25 class Rect; 25 class Rect;
26 } // namespace gfx 26 } // namespace gfx
27 27
28 namespace ui { 28 namespace ui {
29 29
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 OverlayPlaneList last_submitted_planes_; 133 OverlayPlaneList last_submitted_planes_;
134 134
135 bool force_buffer_reallocation_ = false; 135 bool force_buffer_reallocation_ = false;
136 136
137 DISALLOW_COPY_AND_ASSIGN(DrmWindow); 137 DISALLOW_COPY_AND_ASSIGN(DrmWindow);
138 }; 138 };
139 139
140 } // namespace ui 140 } // namespace ui
141 141
142 #endif // UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_H_ 142 #endif // UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_H_
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_thread.h ('k') | ui/ozone/platform/drm/gpu/drm_window_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698