mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Use scoped_ptr for VS2015 compatibility (issue #2594)
This commit is contained in:
@@ -169,7 +169,7 @@ class OsrWindowWin
|
|||||||
|
|
||||||
const OsrRendererSettings settings_;
|
const OsrRendererSettings settings_;
|
||||||
HWND hwnd_;
|
HWND hwnd_;
|
||||||
std::unique_ptr<OsrRenderHandlerWin> render_handler_;
|
scoped_ptr<OsrRenderHandlerWin> render_handler_;
|
||||||
|
|
||||||
// Class that encapsulates IMM32 APIs and controls IMEs attached to a window.
|
// Class that encapsulates IMM32 APIs and controls IMEs attached to a window.
|
||||||
scoped_ptr<OsrImeHandlerWin> ime_handler_;
|
scoped_ptr<OsrImeHandlerWin> ime_handler_;
|
||||||
|
Reference in New Issue
Block a user