Skip to content

Commit

Permalink
Add missing gfx_param_traits.h
Browse files Browse the repository at this point in the history
This file is neccessary for render_view_messages.h, the reason of it
not being broken because print_messages.h has it.

BUG=

Review URL: https://codereview.chromium.org/780503005

Cr-Commit-Position: refs/heads/master@{#307339}
  • Loading branch information
michaelbai authored and Commit bot committed Dec 8, 2014
1 parent f4c91b5 commit 128865c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android_webview/common/render_view_messages.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/size_f.h"
#include "ui/gfx/ipc/gfx_param_traits.h"

// Singly-included section for enums and custom IPC traits.
#ifndef ANDROID_WEBVIEW_COMMON_RENDER_VIEW_MESSAGES_H_
Expand Down

0 comments on commit 128865c

Please sign in to comment.