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

Unified Diff: ui/ozone/platform/drm/gpu/drm_window.h

Issue 1311043016: Switch DRM platform to using a separate thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mv-drm-calls-on-thread2
Patch Set: update & fix clang Created 5 years, 2 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
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_vsync_provider.cc ('k') | ui/ozone/platform/drm/gpu/drm_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/drm_window.h
diff --git a/ui/ozone/platform/drm/gpu/drm_window.h b/ui/ozone/platform/drm/gpu/drm_window.h
index a7f4507ac134096a8da13aa2aef0678c7acfb5c6..629fbdcd7badd1721f9dac2c27560750c6ff9f2f 100644
--- a/ui/ozone/platform/drm/gpu/drm_window.h
+++ b/ui/ozone/platform/drm/gpu/drm_window.h
@@ -28,6 +28,7 @@ class Rect;
namespace ui {
class DrmBuffer;
+class DrmDevice;
class DrmDeviceManager;
class HardwareDisplayController;
struct OverlayCheck_Params;
@@ -67,7 +68,7 @@ class OZONE_EXPORT DrmWindow {
void SetController(HardwareDisplayController* controller);
// Called when the window is resized/moved.
- void OnBoundsChanged(const gfx::Rect& bounds);
+ void SetBounds(const gfx::Rect& bounds);
// Update the HW cursor bitmap & move to specified location. If
// the bitmap is empty, the cursor is hidden.
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_vsync_provider.cc ('k') | ui/ozone/platform/drm/gpu/drm_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698