 Chromium Code Reviews
 Chromium Code Reviews Issue 1927203003:
  Add support for X11 workspaces  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1927203003:
  Add support for X11 workspaces  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: ui/views/widget/native_widget_aura.cc | 
| diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc | 
| index 2aa1398616ed3c11044a42ca748a215f5438a657..c7aa5568c9dd0aecef074956a654bda75ced0aa7 100644 | 
| --- a/ui/views/widget/native_widget_aura.cc | 
| +++ b/ui/views/widget/native_widget_aura.cc | 
| @@ -396,6 +396,10 @@ gfx::Rect NativeWidgetAura::GetRestoredBounds() const { | 
| return bounds; | 
| } | 
| +std::string NativeWidgetAura::GetWorkspace() const { | 
| + return ""; | 
| 
sky
2016/05/03 17:40:53
std::string()
 | 
| +} | 
| + | 
| void NativeWidgetAura::SetBounds(const gfx::Rect& bounds) { | 
| if (!window_) | 
| return; |