🔧 Linter fascism
This commit is contained in:
parent
6191e6e787
commit
f0680587fa
3 changed files with 10 additions and 6 deletions
|
@ -5,10 +5,11 @@
|
|||
#ifndef ATOM_BROWSER_NATIVE_BROWSER_VIEW_H_
|
||||
#define ATOM_BROWSER_NATIVE_BROWSER_VIEW_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "atom/common/draggable_region.h"
|
||||
#include "base/macros.h"
|
||||
#include "third_party/skia/include/core/SkColor.h"
|
||||
#include "atom/common/draggable_region.h"
|
||||
#include <vector>
|
||||
|
||||
namespace brightray {
|
||||
class InspectableWebContentsView;
|
||||
|
@ -42,7 +43,7 @@ class NativeBrowserView {
|
|||
|
||||
// Called when the window needs to update its draggable region.
|
||||
virtual void UpdateDraggableRegions(
|
||||
const std::vector<gfx::Rect>& system_drag_exclude_areas) {};
|
||||
const std::vector<gfx::Rect>& system_drag_exclude_areas) {}
|
||||
|
||||
protected:
|
||||
explicit NativeBrowserView(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue