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

Unified Diff: ui/gfx/surface/accelerated_surface_win.h

Issue 8867005: Win AcceleratedSurface no longer polls queries on separate thread. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years 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 | « no previous file | ui/gfx/surface/accelerated_surface_win.cc » ('j') | ui/gfx/surface/accelerated_surface_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/surface/accelerated_surface_win.h
===================================================================
--- ui/gfx/surface/accelerated_surface_win.h (revision 113398)
+++ ui/gfx/surface/accelerated_surface_win.h (working copy)
@@ -11,6 +11,7 @@
#include "base/callback_forward.h"
#include "base/memory/ref_counted.h"
#include "base/message_loop_proxy.h"
+#include "base/scoped_native_library.h"
#include "base/synchronization/lock.h"
#include "base/win/scoped_comptr.h"
#include "ui/gfx/native_widget_types.h"
@@ -48,6 +49,7 @@
// Immutable and accessible from any thread without the lock.
const int thread_affinity_;
const gfx::NativeWindow window_;
+ base::ScopedNativeLibrary d3d_module_;
// The size of the swap chain once any pending resizes have been processed.
// Only accessed on the UI thread so the lock is unnecessary.
« no previous file with comments | « no previous file | ui/gfx/surface/accelerated_surface_win.cc » ('j') | ui/gfx/surface/accelerated_surface_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698