| Index: ui/views/widget/widget_resource.h
|
| ===================================================================
|
| --- ui/views/widget/widget_resource.h (revision 0)
|
| +++ ui/views/widget/widget_resource.h (revision 0)
|
| @@ -0,0 +1,11 @@
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef UI_VIEWS_WIDGET_WIDGET_RESOURCE_H_
|
| +#define UI_VIEWS_WIDGET_WIDGET_RESOURCE_H_
|
| +#pragma once
|
| +
|
| +#define IDR_PIXEL_SHADER 100
|
| +
|
| +#endif // UI_VIEWS_WIDGET_WIDGET_RESOURCE_H_
|
|
|