mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove deprecated base::[Dictionary|List]Value API usage
This commit is contained in:
@ -113,8 +113,7 @@ class CefWindowImpl
|
||||
|
||||
// CefViewAdapter methods:
|
||||
std::string GetDebugType() override { return "Window"; }
|
||||
void GetDebugInfo(base::DictionaryValue* info,
|
||||
bool include_children) override;
|
||||
void GetDebugInfo(base::Value::Dict* info, bool include_children) override;
|
||||
|
||||
// ui::AcceleratorTarget methods:
|
||||
bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
|
||||
|
Reference in New Issue
Block a user