Windows: Use scoped_ptr for VS2015 compatibility (issue #2594)

This commit is contained in:
Marshall Greenblatt 2019-02-14 17:07:40 -05:00
parent d5be6e3afb
commit feb99571d2
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class OsrWindowWin
const OsrRendererSettings settings_;
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.
scoped_ptr<OsrImeHandlerWin> ime_handler_;