Fix cfi-cast failure in CefBrowserMessageLoop::current (issue #2472)

This commit is contained in:
Marshall Greenblatt
2018-07-12 10:57:06 -07:00
parent 0d12959a50
commit 7139f01103
3 changed files with 5 additions and 30 deletions

View File

@ -17,15 +17,6 @@ class CefBrowserMessageLoop : public base::MessageLoopForUI {
CefBrowserMessageLoop();
~CefBrowserMessageLoop() override;
// Returns the CefBrowserMessageLoop of the current thread.
static CefBrowserMessageLoop* current();
// Do a single interation of the UI message loop.
void DoMessageLoopIteration();
// Run the UI message loop.
void RunMessageLoop();
private:
DISALLOW_COPY_AND_ASSIGN(CefBrowserMessageLoop);
};