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

Side by Side Diff: content/common/gpu/image_transport_surface_overlay_mac.h

Issue 1366473002: Move WakeUpGpu logic to GpuChannelManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 CONTENT_COMMON_GPU_IMAGE_TRANSPORT_SURFACE_OVERLAY_MAC_H_ 5 #ifndef CONTENT_COMMON_GPU_IMAGE_TRANSPORT_SURFACE_OVERLAY_MAC_H_
6 #define CONTENT_COMMON_GPU_IMAGE_TRANSPORT_SURFACE_OVERLAY_MAC_H_ 6 #define CONTENT_COMMON_GPU_IMAGE_TRANSPORT_SURFACE_OVERLAY_MAC_H_
7 7
8 #include <list> 8 #include <list>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 gfx::GLImage* image, 45 gfx::GLImage* image,
46 const gfx::Rect& bounds_rect, 46 const gfx::Rect& bounds_rect,
47 const gfx::RectF& crop_rect) override; 47 const gfx::RectF& crop_rect) override;
48 bool IsSurfaceless() const override; 48 bool IsSurfaceless() const override;
49 49
50 // ImageTransportSurface implementation 50 // ImageTransportSurface implementation
51 void OnBufferPresented( 51 void OnBufferPresented(
52 const AcceleratedSurfaceMsg_BufferPresented_Params& params) override; 52 const AcceleratedSurfaceMsg_BufferPresented_Params& params) override;
53 void OnResize(gfx::Size pixel_size, float scale_factor) override; 53 void OnResize(gfx::Size pixel_size, float scale_factor) override;
54 void SetLatencyInfo(const std::vector<ui::LatencyInfo>&) override; 54 void SetLatencyInfo(const std::vector<ui::LatencyInfo>&) override;
55 void WakeUpGpu() override;
56 55
57 // ui::GpuSwitchingObserver implementation. 56 // ui::GpuSwitchingObserver implementation.
58 void OnGpuSwitched() override; 57 void OnGpuSwitched() override;
59 58
60 private: 59 private:
61 class PendingSwap; 60 class PendingSwap;
62 class OverlayPlane; 61 class OverlayPlane;
63 62
64 ~ImageTransportSurfaceOverlayMac() override; 63 ~ImageTransportSurfaceOverlayMac() override;
65 64
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 base::TimeTicks vsync_timebase_; 131 base::TimeTicks vsync_timebase_;
133 base::TimeDelta vsync_interval_; 132 base::TimeDelta vsync_interval_;
134 133
135 base::Timer display_pending_swap_timer_; 134 base::Timer display_pending_swap_timer_;
136 base::WeakPtrFactory<ImageTransportSurfaceOverlayMac> weak_factory_; 135 base::WeakPtrFactory<ImageTransportSurfaceOverlayMac> weak_factory_;
137 }; 136 };
138 137
139 } // namespace content 138 } // namespace content
140 139
141 #endif // CONTENT_COMMON_GPU_IMAGE_TRANSPORT_SURFACE_OVERLAY_MAC_H_ 140 #endif // CONTENT_COMMON_GPU_IMAGE_TRANSPORT_SURFACE_OVERLAY_MAC_H_
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_fbo_mac.mm ('k') | content/common/gpu/image_transport_surface_overlay_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698